kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]intArrayOf
int
Array
Of
Common
fun
intArrayOf
(
vararg
elements
:
Int
)
:
IntArray
Content copied to clipboard
Returns an array containing the specified
Int
numbers.